crypto/internal/fips140/edwards25519.affineCached.FromP3 (method)
5 uses
crypto/internal/fips140/edwards25519 (current package)
edwards25519.go#L242: func (v *affineCached) FromP3(p *Point) *affineCached {
tables.go#L50: v.points[0].FromP3(q)
tables.go#L55: v.points[i+1].FromP3(tmpP3.fromP1xP1(tmpP1xP1.AddAffine(q, &v.points[i])))
tables.go#L75: v.points[0].FromP3(q)
tables.go#L81: v.points[i+1].FromP3(tmpP3.fromP1xP1(tmpP1xP1.AddAffine(&q2, &v.points[i])))
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |